Benjamin Otte [Mon, 25 Nov 2019 07:26:55 +0000 (08:26 +0100)]
testlistview: Port to directory list
Benjamin Otte [Mon, 10 Jun 2019 02:58:45 +0000 (04:58 +0200)]
listitemfactory: Add a factory for ui files
Reuse <template> magic to initialize GtkListItems. This feels
amazingly hacky, but it also amazingly worked on the first try.
Benjamin Otte [Mon, 10 Jun 2019 01:43:52 +0000 (03:43 +0200)]
listitemfactory: Split implementation out
.. into gtkfunctionslistitemfactory.c
Now we can add a different implmenetation.
Benjamin Otte [Sun, 9 Jun 2019 22:17:44 +0000 (00:17 +0200)]
listitemfactory: vfuncify
No functional changes other than a new indirection.
Benjamin Otte [Sun, 9 Jun 2019 20:50:46 +0000 (22:50 +0200)]
listitemfactory: Sanitize APIs
Make sure the APIs follow a predictable path:
setup
bind
rebind/update (0-N times)
unbind
teardown
This is the first step towards providing multiple different factories.
Benjamin Otte [Tue, 4 Jun 2019 01:01:15 +0000 (03:01 +0200)]
listview: Add gtk_list_view_set_show_separators()
Do the same thing that GtkListBox does in commit
0249bd4f8a03ec473f3ca9d4324a3a8b75bd3f44
Benjamin Otte [Wed, 27 Feb 2019 07:45:28 +0000 (08:45 +0100)]
listitemmanager: Add trackers
... and replace the anchor tracking with a tracker.
Trackers track an item through the list across changes and ensure that
this item (and potentially siblings before/after it) are always backed
by a GtkListItem and that if the item gets removed a replacement gets
chosen.
This is now used for tracking the anchor but can also be used to add
trackers for the cursor later.
Benjamin Otte [Fri, 22 Feb 2019 02:05:54 +0000 (03:05 +0100)]
listitemmanager: Simplify
Remove a bunch of API from the headers that isn't used anymore and then
refactor code to not call it anymore.
In particular, get rid of GtkListItemManagerChange and replace it with a
GHashTable.
Benjamin Otte [Wed, 6 Feb 2019 20:18:33 +0000 (21:18 +0100)]
gridview: Implement GtkScrollable
We can now scroll all the nothing we display.
We also clip it properly.
Benjamin Otte [Wed, 6 Feb 2019 19:48:08 +0000 (20:48 +0100)]
listitemmanager: Move list of listitems here
All the listview infrastructure moved with it, so the next step is
moving that back...
Benjamin Otte [Mon, 28 Jan 2019 01:24:34 +0000 (02:24 +0100)]
gridview: Add API for setting number of columns
The API isn't used yet.
Benjamin Otte [Sun, 27 Jan 2019 19:15:23 +0000 (20:15 +0100)]
gtk: Add a GtkGridView skeleton
Benjamin Otte [Fri, 5 Oct 2018 21:24:18 +0000 (23:24 +0200)]
listitem: Add a press gesture to select the item
This is implemented by using actions, which are a neat trick to get to
allow the ListItem to call functions on the ListView without actually
needing to be aware of it.
Benjamin Otte [Wed, 3 Oct 2018 16:53:06 +0000 (18:53 +0200)]
listview: Add initial support for displaying selections
Benjamin Otte [Sat, 29 Sep 2018 20:38:09 +0000 (22:38 +0200)]
listview: Reset listitems' CSS animations when rebinding
This way, newly displayed rows don't play an unselect animation (text
fading in) when they are unselected, but the row was previously used for
a selected item.
Benjamin Otte [Sat, 29 Sep 2018 20:34:43 +0000 (22:34 +0200)]
listview: Add selection properties to ListItem
This just brings the infrastructure into place, we're not using the
properties yet.
Benjamin Otte [Fri, 28 Sep 2018 01:33:16 +0000 (03:33 +0200)]
listview: Try to keep the list items in order when scrolling
Instead of just destroying all items and then recreating them (or even
hide()ing and then show()ing them again (or even even repositioning
them in the widget tree)), just try to reust them in the order they are.
This works surprisingly well when scrolling and most/all widgets
just moved.
Benjamin Otte [Fri, 28 Sep 2018 00:45:54 +0000 (02:45 +0200)]
listlistmodel: Add gtk_list_list_model_item_moved()
Use it to fix a case that just said g_warning ("oops").
Apparently I had forgotten the case where a container moved a child
in the widget tree.
Benjamin Otte [Fri, 28 Sep 2018 00:05:46 +0000 (02:05 +0200)]
listitemmanager: Switch from "insert_before" to "insert_after" argumnet
We reorder widgets start to end, so when reusing a list item, we
correctly know the previous sibling for that list item, but not the
next sibling yet. We just know the widget it should ultimately be in
front of.
So we can do a more correct guess of the list item's place in the widget
tree if we think about where to place an item like this.
Actually using this change will come in the next commit.
Benjamin Otte [Wed, 26 Sep 2018 00:18:13 +0000 (02:18 +0200)]
testlistview: Create widgets only once
Previously, we were recreating all widgets every time the list item was
rebound, which caused a lot of extra work every time we scrolled.
Now we keep the widgets around and only set their properties again when
the item changes.
Benjamin Otte [Tue, 25 Sep 2018 23:41:39 +0000 (01:41 +0200)]
testlistview: Show the row number
Always show the current row. This is mostly useful for debugging, not
for beauty.
Benjamin Otte [Tue, 25 Sep 2018 23:37:38 +0000 (01:37 +0200)]
listview: Only allocate necesary rows
This is the big one.
The listview only allocates 200 rows around the visible row now.
Everything else is kept in ListRow instances with row->widget == NULL.
For rows without a widget, we assign the median height of the child
widgets as the row's height and then do all calculations as if there
were widgets that had requested that height (like setting adjustment
values or reacting to adjustment value changes).
When the view is scrolled, we bind the 200 rows to the new visible area,
so that the part of the listview that can be seen is always allocated.
Benjamin Otte [Mon, 24 Sep 2018 22:16:27 +0000 (00:16 +0200)]
listview: Change anchor handling again
The anchor is now a tuple of { listitem, align }.
Using the actual list item allows keeping the anchor across changes
in position (ie when lists get resorted) while still being able to fall
back to positions (list items store their position) when an item gets
removed.
The align value is in the range [0..1] and defines where in the visible
area to do the alignment.
0.0 means to align the top of the row with the top of the visible area,
1.0 aligns the bottom of the widget with the visible area and 0.5 keeps
the center of the widget at the center of the visible area.
It works conceptually the same as percentages in CSS background-position
(where the background area and the background image's size are matched
the same way) or CSS transform-origin.
Benjamin Otte [Mon, 24 Sep 2018 02:42:15 +0000 (04:42 +0200)]
listview: Change how binding is done
We now don't let the functions create widgets for the item from the
listmodel, instead we hand out a GtkListItem for them to add a widget
to.
GtkListItems are created in advance and can only be filled in by the
binding code by gtk_container_add()ing a widget.
However, they are GObjects, so they can provide properties that the
binding code can make use of - either via notify signals or GBinding.
Benjamin Otte [Mon, 24 Sep 2018 02:01:37 +0000 (04:01 +0200)]
listitem: Add gtk_list_item_get_position()
Also refactor the whole list item management yet again.
Now, list item APIs doesn't have bind/unbind functions anymore, but only
property setters.
The item factory is the only one doing the binding.
As before, the item manager manages when items need to be bound.
Benjamin Otte [Sat, 22 Sep 2018 20:14:25 +0000 (22:14 +0200)]
tests: Make animating listview do random resorts
Benjamin Otte [Sat, 22 Sep 2018 20:11:27 +0000 (22:11 +0200)]
listview: Change change management
Add a GtkListItemManagerChange object that tracks all removed list
rows during an item-changed signal so they can be added back later.
Benjamin Otte [Fri, 21 Sep 2018 03:32:00 +0000 (05:32 +0200)]
listview: Make the listitemmanager stricter
Require that items created with the manager get destroyed via the
manager.
To that purpose, renamed create_list_item() to acquire_list_item() and
add a matching release_list_item() function.
This way, the manager can in the future keep track of all items and
cache information about them.
Benjamin Otte [Fri, 21 Sep 2018 03:05:34 +0000 (05:05 +0200)]
listview: Add GtkListItem
GtkListItem is a generic row widget that is supposed to replace
GtkListBoxRow and GtkFlowBoxChild.
Benjamin Otte [Thu, 20 Sep 2018 03:18:34 +0000 (05:18 +0200)]
listview: Add GtkListItemManager
It's all stubs for now, but here's the basic ideas about what
this object is supposed to do:
(1) It's supposed to be handling all the child GtkWidgets that are
used by the listview, so that the listview can concern
itself with how many items it needs and where to put them.
(2) It's meant to do the caching of widgets that are not (currently)
used.
(3) It's meant to track items that remain in the model across
items-changed emissions and just change position.
(2) It's code that can be shared between listview and potential
other widgets like a GridView.
It's also free to assume that the number of items it's supposed to
manage doesn't grow too much, so it's free to use O(N) algorithms.
Benjamin Otte [Wed, 19 Sep 2018 05:08:30 +0000 (07:08 +0200)]
listview: Implement an anchor
The anchor selection is very basic: just anchor the top row.
That's vastly better than any other widget already though.
Benjamin Otte [Wed, 19 Sep 2018 02:29:33 +0000 (04:29 +0200)]
tests: Add a test for a permanently changing listview
This is mostly for dealing with proper anchoring and can be used to
check that things don't scroll or that selection and focus handling
properly works.
For comparison purposes, a ListBox is provided next to it.
Benjamin Otte [Tue, 18 Sep 2018 17:58:19 +0000 (19:58 +0200)]
listview: Implement GtkScrollable
Scrolling in a very basic form is also supported
Benjamin Otte [Tue, 18 Sep 2018 02:56:19 +0000 (04:56 +0200)]
listview: Make widget actually do something
The thing we're actually doing is create and maintain a widget for every
row. That's it.
Also add a testcase using this. The testcase quickly allocates too many
rows though and then becomes unresponsive though. You have been warned.
Benjamin Otte [Mon, 17 Sep 2018 05:29:50 +0000 (07:29 +0200)]
listview: Introduce GtkListItemFactory
Thisis the abstraction I intend to use for creating widgets and binding
them to the item out of the listview.
For now this is a very dumb wrapper around the functions that exist in
the API.
But it leaves the freedom to turn this into public API, make an
interface out of it and most of all write different implementations, in
particular one that uses GtkBuilder.
Benjamin Otte [Sun, 16 Sep 2018 18:52:06 +0000 (20:52 +0200)]
gtk: Add a GtkListView skeleton
Benjamin Otte [Mon, 25 Nov 2019 07:15:31 +0000 (08:15 +0100)]
builder: Add <binding> tag
The tag contains an expression that it then gtk_expression_bind()s to
the object it is contained in.
Benjamin Otte [Mon, 25 Nov 2019 07:06:45 +0000 (08:06 +0100)]
builder: Allow text content in <lookup>
<lookup>foo</lookup>
is now short for
<lookup>
<constant>foo</constant>
</lookup>
ie it looks up the object with the given name so it can then do a
property lookup with it.
This is the most common operation, so it's a nice shortcut.
Benjamin Otte [Mon, 25 Nov 2019 07:04:24 +0000 (08:04 +0100)]
builder: Allow <constant> without a type
A constant without a type is assumed to be an object. This is the most
common case and allows
<constant>foo</constant>
without requiring updates to the type whenever the foo object changes.
Benjamin Otte [Mon, 25 Nov 2019 07:01:31 +0000 (08:01 +0100)]
builder: Make <lookup> type optional
If no type is set, use the type of the expression.
Benjamin Otte [Mon, 25 Nov 2019 06:28:19 +0000 (07:28 +0100)]
gtk-demo: Make fishbowl info text use bindings
It's a good demo for how bindings can format multiple properties into an
informative string with 1 line of code (and 5 lines of XML).
Matthias Clasen [Thu, 5 Dec 2019 00:18:50 +0000 (19:18 -0500)]
sorter: Add tests
Some basic tests for GtkSorter.
Benjamin Otte [Wed, 11 Dec 2019 00:22:20 +0000 (01:22 +0100)]
sortlistmodel: Make sort stable
The sort of the sortlistmodel is now stable with respect to the original
list model.
That means that if the sorter compares items as equal, the model
will make sure those items keep the order they were in in the original
model.
Or in other words: The model guarantees a total order based on the
item's position in the original model.
Benjamin Otte [Wed, 11 Dec 2019 00:11:59 +0000 (01:11 +0100)]
sortlistmodel: Redo the way we store the items
We need to keep this data around for changes in future commits where we
make the sorting stable.
An important part of the new data handling is that the unsorted list
needs to always be dealt with before the sorted list - upon creation we
rely on the unsorted iter and upon destruction, the sorted sequence
frees the entry leaving the unsorted sequence pointer invalid.
This change does not do any behavioral changes.
Matthias Clasen [Tue, 3 Dec 2019 04:44:22 +0000 (23:44 -0500)]
Redo sort list model with GtkSorter
Reshuffle the api to take full advantage
of GtkSorter. Update all callers.
Matthias Clasen [Sun, 8 Dec 2019 19:37:20 +0000 (14:37 -0500)]
Add GtkNumericSorter
This sorter compares numbers obtained from items
by evaluating an expression.
Matthias Clasen [Sun, 8 Dec 2019 18:54:57 +0000 (13:54 -0500)]
Add GtkMultiSorter
This is a sorter that tries multiple sorters in turn.
Matthias Clasen [Tue, 3 Dec 2019 04:43:14 +0000 (23:43 -0500)]
Add GtkStringSorter
This is a GtkSorter implementation collating strings
Matthias Clasen [Tue, 3 Dec 2019 04:43:14 +0000 (23:43 -0500)]
Add GtkCustomSorter
This is a GtkSorter implementation which uses a GCompareDataFunc.
Matthias Clasen [Tue, 3 Dec 2019 04:43:14 +0000 (23:43 -0500)]
Add GtkSorter
This is a helper object for sorting, similar to GtkFilter.
Benjamin Otte [Thu, 12 Dec 2019 04:16:31 +0000 (05:16 +0100)]
Add GtkOrdering
This is an enum that we're gonna use soon and it's worth introducing as a
separate commit.
The intention is to have meaningful names for return values in
comparison functions.
Matthias Clasen [Thu, 28 Nov 2019 19:40:34 +0000 (14:40 -0500)]
More expression tests
Test type mismatches, and the this pointer
during evaluation.
Benjamin Otte [Tue, 26 Nov 2019 02:57:40 +0000 (03:57 +0100)]
expression: Invalidate bindings before destroying them
Use a weak ref to invalidate bindings. Make sure that this happens
before creating any watches, so that notifies from the
watched expression about changes will not trigger set_property() calls
during dispose()/finalize().
Invalidating also ensures that the watches aren't removed, which can
trigger warnings if the watches are watching the object itself, and the
weak refs cannot be removed anymore.
Benjamin Otte [Sun, 24 Nov 2019 07:05:41 +0000 (08:05 +0100)]
expression: Add gtk_expression_bind()
Add a simple way to bind expressions to object properties. This is
essentially the thing to replace g_object_bind_property().
Benjamin Otte [Thu, 21 Nov 2019 05:02:56 +0000 (06:02 +0100)]
testsuite: Add expression tests
Benjamin Otte [Thu, 21 Nov 2019 04:53:56 +0000 (05:53 +0100)]
expression: Add the ability to watch an expression
Benjamin Otte [Mon, 18 Nov 2019 03:35:36 +0000 (04:35 +0100)]
builder: Add support for parsing expressions
Benjamin Otte [Wed, 11 Dec 2019 20:26:43 +0000 (21:26 +0100)]
filter: Add tests
Some basic tests for GtkFilter
Benjamin Otte [Wed, 11 Dec 2019 20:28:38 +0000 (21:28 +0100)]
Add GtkMultiFilter, GtkAnyFilter, GtkEveryFilter
GtkMultiFilter is the abstract base class for managing multiple child
filter.
GtkAnyFilter and GtkEveryFilter are the actual implementations.
Benjamin Otte [Sat, 16 Nov 2019 21:15:51 +0000 (22:15 +0100)]
filter: Add GtkStringFilter
Users provide a search filter and an expression that evaluates the items
to a string and then the filter goes and matches those strings to the
search term.
Benjamin Otte [Tue, 26 Nov 2019 17:59:34 +0000 (18:59 +0100)]
expression: Add GtkObjectExpression
Weak refs break cycles...
Benjamin Otte [Sat, 16 Nov 2019 20:52:18 +0000 (21:52 +0100)]
Add GtkExpression
GtkExpressions allow looking up values from objects.
There are a few simple expressions, but the main one is the closure
expression that just calls a user-provided closure.
Benjamin Otte [Sun, 10 Nov 2019 01:39:31 +0000 (02:39 +0100)]
filterlistmodel: Rewrite to use GtkFilter
Benjamin Otte [Sun, 10 Nov 2019 01:13:41 +0000 (02:13 +0100)]
tests: Remove testtreemodel test
testlistview does everything this test does.
Benjamin Otte [Sun, 10 Nov 2019 00:30:02 +0000 (01:30 +0100)]
Add GtkCustomFilter
Benjamin Otte [Sat, 9 Nov 2019 01:55:48 +0000 (02:55 +0100)]
Add GtkFilter
Benjamin Otte [Wed, 2 Oct 2019 03:38:11 +0000 (05:38 +0200)]
Add GtkDirectoryList
Adds a new listmodel called GtkDirectoryList that lists the children of
a GFile as GFileInfos.
This is supposed to be used by the filechooser.
Benjamin Otte [Sun, 24 May 2020 15:47:53 +0000 (17:47 +0200)]
eventcontrollermotion: Remove mode argument
It's not used and nobody has documented how it's meant to work anyway.
Matthias Clasen [Sat, 30 May 2020 16:29:12 +0000 (16:29 +0000)]
Merge branch 'fix-pango-deps' into 'master'
Fix inconsistencies in our pango deps
See merge request GNOME/gtk!1989
Matthias Clasen [Sat, 30 May 2020 15:51:21 +0000 (15:51 +0000)]
Merge branch 'matthiasc/for-master' into 'master'
Some listview preparations
See merge request GNOME/gtk!1988
Matthias Clasen [Sat, 30 May 2020 15:13:55 +0000 (11:13 -0400)]
Fix inconsistencies in our pango deps
We were applying the pango version requirements inconsistently,
leading to different pango variables being taking from system
pango vs the subproject at times. Thankfully, meson detects
this and complains, so we can fix it.
Matthias Clasen [Sat, 30 May 2020 15:12:05 +0000 (15:12 +0000)]
Merge branch 'fix-gesture-leak' into 'master'
gesture: Don't leak target widgets
Closes #2801
See merge request GNOME/gtk!1986
Benjamin Otte [Sat, 19 Oct 2019 03:15:15 +0000 (05:15 +0200)]
widget: Add gtk_widget_get_size()
A little bit of convenience.
Benjamin Otte [Wed, 6 Feb 2019 10:55:33 +0000 (11:55 +0100)]
wayland: Remove function declaration for nonexisting function
Benjamin Otte [Wed, 18 Dec 2019 15:47:31 +0000 (16:47 +0100)]
builder: Allow <property bind /> for objects
Previously, object properties had to always be set to a value.
This now works without it.
Matthias Clasen [Sat, 30 May 2020 14:45:47 +0000 (14:45 +0000)]
Merge branch 'pango-bump-v2' into 'master'
pango version bump v2
See merge request GNOME/gtk!1987
Matthias Clasen [Sat, 30 May 2020 14:41:52 +0000 (14:41 +0000)]
Merge branch 'wip/jimmac/backdrop-assasination' into 'master'
Adwaita: limit scope of :backdrop
Closes #2694
See merge request GNOME/gtk!1978
Matthias Clasen [Fri, 29 May 2020 14:52:38 +0000 (10:52 -0400)]
Bump the pango dependency
We soon want to rely on the list model apis in
pango 1.45. This commit also fixes a mixup where
using pango as a submodule would break the build
when pangoft2 is required.
Matthias Clasen [Sat, 30 May 2020 13:15:19 +0000 (09:15 -0400)]
gesture: Don't leak target widgets
This was broken when we started tracking event targets
in
dcbecdac31181854451e.
Fixes: #2801
Christoph Reiter [Sat, 30 May 2020 13:47:02 +0000 (15:47 +0200)]
CI: install a newer pango for MSYS2
Uses a build from git master from today
Matthias Clasen [Sat, 30 May 2020 13:41:42 +0000 (13:41 +0000)]
Merge branch 'matthiasc/for-master' into 'master'
eventcontroller: Fix crossing event scopes
See merge request GNOME/gtk!1983
Matthias Clasen [Sat, 30 May 2020 12:55:21 +0000 (08:55 -0400)]
Revert "Bump the pango dependency"
This reverts commit
98df0be43dea6ff61aadb28e1823b11a6d53452a.
It broke the win32 build.
Matthias Clasen [Fri, 29 May 2020 23:39:15 +0000 (19:39 -0400)]
eventcontroller: Fix crossing event scopes
We want to deliver crossing events to controllers
with scope same-native as long as at least one of
the targets is on the same native. As a new approach,
treat out-of-scope targets like NULL, and deliver
crossing events as long as one of the targets is
not NULL.
Matthias Clasen [Fri, 29 May 2020 21:58:33 +0000 (17:58 -0400)]
Add GTK_DEBUG=shortcuts
If the shortcuts debug flag is set, print out
shortcut activations.
Matthias Clasen [Fri, 29 May 2020 19:40:34 +0000 (15:40 -0400)]
meson: Cosmetics
Treat the display backend list like other lists in the summary.
Matthias Clasen [Fri, 29 May 2020 14:52:38 +0000 (10:52 -0400)]
Bump the pango dependency
We soon want to rely on the list model apis in
pango 1.45. This commit also fixes a mixup where
using pango as a submodule would break the build
when pangoft2 is required.
Matthias Clasen [Fri, 29 May 2020 14:14:02 +0000 (14:14 +0000)]
Merge branch 'matthiasc/for-master' into 'master'
Bring back gdk_display_put_event
See merge request GNOME/gtk!1980
Matthias Clasen [Fri, 29 May 2020 13:25:17 +0000 (09:25 -0400)]
Bring back gdk_display_put_event
It is still needed in WebKit.
Jakub Steiner [Mon, 18 May 2020 20:51:02 +0000 (22:51 +0200)]
Adwaita: limit scope of :backdrop
- most controls don't have:backdrop state
- different :backdrop state reserved for windows, headebars and toolbars
and some buttons
Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/2694
Matthias Clasen [Fri, 29 May 2020 00:10:39 +0000 (00:10 +0000)]
Merge branch 'im-context-key-forward' into 'master'
Add back keyboard related apis
See merge request GNOME/gtk!1977
Matthias Clasen [Thu, 28 May 2020 21:11:54 +0000 (21:11 +0000)]
Merge branch 'display-api' into 'master'
gdk: Make event-related apis private
See merge request GNOME/gtk!1929
Matthias Clasen [Thu, 28 May 2020 20:10:54 +0000 (16:10 -0400)]
Add gtk_im_context_filter_key
An event-less variant of the filtering api.
Jordi Mas [Thu, 28 May 2020 19:43:02 +0000 (21:43 +0200)]
Update Catalan translation
Matthias Clasen [Thu, 28 May 2020 19:15:53 +0000 (15:15 -0400)]
Export keymap translation again
This is needed in WebKit webdriver test environment.
Matthias Clasen [Mon, 18 May 2020 13:02:13 +0000 (09:02 -0400)]
gdk: Make event-related apis private
Without a way to create events, there is no point
in allowing gdk_display_put_event to be used from
the outside. And little good can come out of using
the other apis, so just make them all private.
Alexander Larsson [Thu, 28 May 2020 16:22:53 +0000 (16:22 +0000)]
Merge branch 'frame-clock-alternative-approach-gtk4' into 'master'
Frame clock alternative approach for gtk4
See merge request GNOME/gtk!1932
Alexander Larsson [Thu, 28 May 2020 15:44:51 +0000 (17:44 +0200)]
frame-clock: Ensure we're always monotonic
A call to frame gdk_frame_clock_get_frame_time() outside of the paint
cycle could report an un-error-corrected frame time, and later a
corrected value could be earlier than the previously reported value.
We now always store the latest reported time so we can ensure
monotonicity.
Matthias Clasen [Thu, 28 May 2020 13:43:22 +0000 (13:43 +0000)]
Merge branch 'matthiasc/for-master' into 'master'
Matthiasc/for master
See merge request GNOME/gtk!1976
Alexander Larsson [Thu, 28 May 2020 13:15:04 +0000 (15:15 +0200)]
tests: Disable idle locking in headless weston
In my local testing i was burned by the default 300sec value here.
I'm not sure if we actually hit this in the CI, but lets not
take any chances.
Alexander Larsson [Thu, 28 May 2020 13:10:38 +0000 (15:10 +0200)]
reftests: Fix frame inhibiting
Actually inhibit snapshotting of frames from reftest_inhibit_snapshot.
We were not ignoring the case where inhibit_count > 0, and then disconnected
the callback meaning we only ever got the first snapshot.